home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / demos / intelodp.arj / DEMO.BAT < prev    next >
DOS Batch File  |  1993-07-09  |  260b  |  20 lines

  1. @echo off
  2. :BEGIN
  3. acgdemo.exe
  4.  
  5. :WHERE_TO
  6. if errorlevel 28 goto FINISHED
  7. if errorlevel 27 goto INSTALL
  8. goto FINISHED
  9.  
  10. :INSTALL
  11. install D
  12. if errorlevel 1 goto FINISHED
  13. demo D
  14.  
  15. :FINISHED
  16. rem if NOT "%1"=="D" goto THE_END
  17. rem destall D
  18.  
  19. :THE_END
  20.